Interface org.omg.CORBA.portable.Skeleton
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.portable.Skeleton
- public interface Skeleton
- extends Object
-
_execute(int, int, long[], Object[], Context)
-
-
_get_dispatch_table()
-
-
_get_ids()
-
_execute
public abstract Object _execute(int intf,
int op,
long n[],
Object o[],
Context ctx) throws Exception
_get_ids
public abstract String[] _get_ids()
_get_dispatch_table
public abstract OperationDescriptor[][] _get_dispatch_table()
All Packages Class Hierarchy This Package Previous Next Index